php delay

132

sleep php -

<?php
    sleep(4);
    echo "Done\n";
?>

Comments

Submit
0 Comments